home *** CD-ROM | disk | FTP | other *** search
- //-------------------------------------------------------------------
- //
- // This code is copyright 2001 by G5 Software.
- // Any unauthorized usage, either in part or in whole of this code
- // is strictly prohibited. Violators WILL be prosecuted to the
- // maximum extent allowed by law.
- //
- //-------------------------------------------------------------------
-
- //
- // Mission strings
- //
-
- class CDestroyMission_Strings
- {
- final static array m_MissionObjectives = array(
- "VyΦistit Suglobovku",
- "VyΦistit Tabunovku",
- "VyΦistit Ryumino",
- "VyΦistit Koloskovo",
- "ZniΦit tankovou jednotku u zßkladny Schulzenstein"
- );
-
- final static array m_BonusMissionObjectives = array(
- "Zlikvidovat vÜechny jednotky protivzduÜnΘ obrany v oblasti"
- );
-
- final static string str_StatisticsTitle = "PoΦet zniΦen²ch jednotek protivzduÜnΘ obrany: ";
-
- final static array m_NavigationPoints = array(
- "Suglobovka",
- "Tabunovka",
- "Ryumino",
- "Koloskovo",
- "Zßkladna Schulzenstein",
- "Voronovo"
- );
- }
-
-